home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 2945 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.1 KB

  1. Path: news.eunet.fi!fipnet!kone!jsaarinen
  2. Newsgroups: comp.sys.amiga.programmer
  3. X-NewsReader: IntuiNews 1.2b (31.7.94)
  4. References: <38232222@kone.fipnet.fi> <4f4qo2$i6o@oreig.uji.es>
  5. From: "Jyrki Saarinen" <jsaarinen@kone.fipnet.fi>
  6. Date: Tue, 6 Feb 96 17:15:08 UT
  7. Comments: Illegal date header - new date added by quicknews
  8. X-Original-Date: Tue, 06 Feb 96 18:50:54 
  9. MIME-Version: 1.0
  10. Content-Type: text/plain; charset=iso-8859-1
  11. Content-Transfer-Encoding: binary
  12. Subject: Re: Bitfieldinsert?
  13. Message-ID: <38232329@kone.fipnet.fi>
  14.  
  15.  
  16. > What's modern c2p? comparebuffers?
  17.  
  18. These normal optimized routines is what I meant.
  19.  
  20. > I heard some time ago that gouraud can be made even more efficiently
  21. > in planar than in chunky... Anyone knows something about this?
  22.  
  23. Well, a friend of my made a Gouraud polygon routine
  24. a while ago that does 8 pixels on two instructions.
  25. (all four planes in a long word; a little blitting or CPU
  26. passes needed)
  27.  
  28.         move.l  (a0,d0.w*4),(a1)+
  29.         addx.l  d1,d0
  30.  
  31. --                               _
  32. a Stellar programmer          _ //
  33. "Amiga - back for the future" \X/
  34.